So I've been experimenting with the lua plugin, and found out quickly that if I wanted to use any lua modules (e.g. require 'socket'), I needed to recompile the lua plugin to link dynamically to lua51.dll, rather than statically. This was at the recommendation of some people in lua's support irc ch...